home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Biology / Amino Acids / background_2693.txt < prev    next >
Encoding:
Text File  |  1988-03-16  |  1.7 KB  |  85 lines

  1. -- background: 2693 from stack: in
  2. -- bmap block id: 23418
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=284 top=36 right=87 bottom=491
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=320 top=137 right=201 bottom=459
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 2507 / 2507
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: identify structure
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   global used
  37.   put "used" into used
  38.   go to next card
  39. end mouseUp
  40.  
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: A003
  46. -- rect: left=319 top=215 right=279 bottom=459
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 23078 / 23078
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Pick a structure at random
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   global used
  58.   if used is not empty then
  59.     put empty into used
  60.   else go to next card
  61.  
  62.   go to card round(random of 20*2)
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 4 (button)
  68. -- low flags: 00
  69. -- high flags: 2000
  70. -- rect: left=477 top=317 right=339 bottom=508
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 20689 / 20689
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: New Button
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   go to stack "Home"
  82. end mouseUp
  83.  
  84.  
  85.